Layer Definition Schema
PICTUREPAGE Element
See Also  Send comments on this topic.
Layer Definition Schema : PICTUREPAGE Element

Glossary Item Box

Description

Used to define a picture page in a form

Diagram

PICTUREFIELD Element Sequence PICTUREPAGE Element

Overview

PICTUREPAGE
Used to define a picture page in a form
Sequence
PICTUREFIELD 1..∞
Used to define table fields used to store a photo path. Must be string fields.

Source

<xs:element name="PICTUREPAGE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define a picture page in a form</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="apl:PICTUREFIELD" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.